home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 3 / Cream of the Crop 3.iso / utility / xxbg221.zip / XXBUG.HST < prev    next >
Text File  |  1994-02-18  |  5KB  |  103 lines

  1. Legend
  2. + News
  3. * Future Release Ideas
  4. ■ New Features
  5. ! Bug Fixes
  6. # Enhancement
  7.  
  8. Future Releases
  9. * Version 3.0: This version will possibly have a new header format that will
  10.   include the time stamp also, and possibly a companion decoding program so
  11.   that XXBUG can make it's way on multi-platforms and for those who have
  12.   trouble decoding with DEBUG.
  13.  
  14. Version 2.21
  15. + XXBUG has grown to the point where it can no longer be distributed through
  16.   the BATPOWER echo, I will begin distributing it through BFDS, and maybe
  17.   some other File Distribution Networks.
  18. # Made a few enhancements to the user display.  Instead of displaying how
  19.   much data was read during reading it will display percentages for the
  20.   encoding and multi-paging features.  When XXBUG is finished it also
  21.   reports all of the names of the multi-paged files that it created.
  22. ■ Added a first page length, /MP=[x,]x, where x is the maximum page length
  23.   for pages beyond 1, and [x,] is the maximum page length for page 1.  If
  24.   you don't specify the number [x,] then XXBUG will assume you meant the
  25.   same for both.  This is to make it functionally the same to previous
  26.   versions.
  27. ! Also added in page length calculations for the beginning and ending page
  28.   break messages.  It even correctly make the calculation for no beginning
  29.   line on page 1.  So now when you tell it 85 lines it will be 85 lines and
  30.   no more.
  31. + This is not a new feature, but I never mentioned it, I even forgot about
  32.   it, when the MultiPage reports a Failure this is because the script was
  33.   too small to multipage with the parameters specified, it will leave the
  34.   *.SCR file behind, and you should use that file.  This feature has been
  35.   in XXBUG since 1.12, since MultiPage was included.
  36. + Another undocumented feature is that all switches can be turned off, for
  37.   example /MP can be turned off (any mode of MP) with /MP-, /NG can be
  38.   turned off with /NG-.
  39.  
  40. Version 2.20
  41. ! Now correctly responds when a file is not found.
  42. ! Made a mistake with the line length, but it wouldn't affect the script file
  43.   nor the performance, increased the line length to 68 bytes plus 1 byte for
  44.   the line length for a total of 69 bytes per line.  XXBUG will only work
  45.   with the GXDPlus header or other routines that follow the standard
  46.   xx-encoding method.
  47. ■ Fixed problem with executing XXBUG outside of it's own directory, now
  48.   external files will attach without a problem.
  49.  
  50. Version 2.10
  51. ■ Reprogrammed GXD 3.4 routines, XXBUG now supports the line length feature
  52.   offered in the original XXENCODE programs, which means that final file
  53.   size will be accurate, the only cost was to drop 4 bytes from each line
  54.   since it would have exceeded the table limit, line length is now 65 bytes.
  55.  
  56. Version 2.01
  57. + Incorporated the new GXD v3.4 routines as an external file.
  58. ! Fixed a small problem with turning switches off, if you turn them off twice
  59.   they toggle.
  60. + Incorporated the old /NG switch.
  61. + GXD v3.4 still seems to have problems to calculate the correct file size,
  62.   so the program still throws in a 'RCX' to define the proper file size.
  63.  
  64. Version 2.00
  65. # Totally rewritten, mostly for better looking source code.
  66. + Removed the /NG and /KS option.
  67. # Replaced XXBUG header with new format, XXBUG20 header format, see docs.
  68. # CRC-16 routines replaced with CRC-32, reason for a new header format.
  69.  
  70. Version 1.20
  71. + Program size was reduced.
  72. + Reduced size of header.
  73. + Removed registration key software, XXBUG is free.
  74.  
  75. Version 1.12 
  76. ■ Option to exclude GXD v3.3a routines in script file (/NG).
  77. ■ Option to keep time stamp of source file (/KS).
  78. ■ Multiple page splitting for offline mail readers (/MP).
  79. ■ Changes *.EXE files to *.$$$ and attaches a note to the script.
  80.  
  81. Version 1.11
  82. # Removes pathnames from script files, if a pathname was specified it would
  83.   include it in the script file.
  84.  
  85. Version 1.10
  86. ■ Eliminated the use of external encoders, XXBUG 1.10 now has a built in
  87.   xx-encoding routine that is compatible with the GXD v3.3a routines written
  88.   by Greg Vigneault.
  89. ■ Add a CRC-16 value in the XXBUG header.
  90.  
  91. Version 1.03
  92. ■ Searches for either an .XX or an .X01 extension in the current directory.
  93.  
  94. Version 1.01 
  95. ■ Added attachment file, allows you to add comments automatically at the
  96.   beginning and end of the script file. (such as decoding instructions)
  97. ! Also fixed a small problem with getting the original file name from the
  98.   XX34E header, it wouldn't get the entire file name or it would take in
  99.   part of the header.
  100.  
  101. Version 1.00
  102. + First release
  103.